Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: db->db-slider , Previous: date-string , Up: D , Home: Overview

Clamps Dictionary

db->amp

Function

(db->amp db)

Return linear amplitude value of dB value db relative to a unit gain of 1. for all dB values <= -100 it returns the amplitude 0.

Arguments

amp Positive Integer denoting amplitude.

Examples

(db->amp 0) ; => 1
(db->amp -6) ; => 0.5011872
(db->amp -100) ; => 0

See also

Author: Orm Finnendahl

Created: 2025-08-17 So 16:52

Validate